projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
564dc95
)
Fix initialization of Vdouble_click_time in syms_of_keyboard.
author
Jim Blandy
<jimb@redhat.com>
Mon, 5 Jul 1993 07:45:43 +0000
(07:45 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Mon, 5 Jul 1993 07:45:43 +0000
(07:45 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 27d95dc2f312f518347eed8b330117c65f8239d7..316811d49bae847c61b2e6b431531f873936583f 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-5092,7
+5092,7
@@
Polling is automatically disabled in all other cases.");
Measured in milliseconds. nil means disable double-click recognition;\n\
t means double-clicks have no time limit and are detected\n\
by position only.");
-
double_click_time = 500
;
+
Vdouble_click_time = make_number (500)
;
DEFVAR_INT ("num-input-keys", &num_input_keys,
"*Number of complete keys read from the keyboard so far.");